Product Code Database
Example Keywords: machine -tie $36-166
barcode-scavenger
   » » Wiki: Research Unix
Tag Wiki 'Research Unix'.
Tag

Research Unix refers to the early versions of the operating system for DEC PDP-7, PDP-11, , and Interdata 7/32 and 8/32 computers, developed in the Computing Sciences Research Center (CSRC). The term Research Unix first appeared in the Bell System Technical Journal (Vol. 57, No. 6, Part 2 July/August 1978) to distinguish it from other versions internal to Bell Labs (such as PWB/UNIX and MERT) whose code-base had diverged from the primary CSRC version. However, that term was little-used until Version 8 Unix (1985), but has been retroactively applied to earlier versions as well. Prior to V8, the operating system was most commonly called simply UNIX (in caps) or the UNIX Time-Sharing System.

Ancient UNIX is any early release of the code base prior to Unix , particularly the Research Unix releases prior to and including Version 7 (the base for UNIX/32V as well as later developments of AT&T Unix).


History
AT&T licensed Version 5 to educational institutions, and Version 6 also to commercial sites. Schools paid $200 and others $20,000, discouraging most commercial use, but Version 6 was the most widely used version into the 1980s. Research Unix versions are often referred to by the edition of the that describes them, because early versions and the last few were never officially released outside of Bell Labs, and grew organically. So, the first Research Unix would be the First Edition, and the last the Tenth Edition. Another common way of referring to them is as "Version x Unix" or "V x Unix", where x is the manual edition. All modern editions of Unix—excepting implementations such as Coherent, , and —derive from the 7th Edition.

Starting with the 8th Edition, versions of Research Unix had a close relationship to BSD. This began by using 4.1cBSD as the basis for the 8th Edition. In a post from 2000, described these later versions of Research Unix as being closer to BSD than they were to UNIX System V, which also included some BSD code:


Versions
1st EditionNov 3, 1971First edition of the Unix manual, based on the version that ran on the PDP-11 at the time. The operating system was two years old, having been ported from the PDP-7 to the PDP-11/20 in 1970. Includes ar, as, bcd, cal, cat, chdir, , , cmp, cp, date, dc, df, du, ed, glob, , ld, ln, ls, mail, , , , mount, mv, nm, od, pr, rm, , roff, , sort, stat, strip, su, sum, tty, , wc, who, write; also precursors of , , and adb. The system also had a B and , a interpreter, and functions for managing , , and RK05 disks.
2nd EditionJun 12, 1972Total number of installations at the time was 10, "with more expected", according to the preface of the manual. Adds echo, exit, login, m6 , , , strip, stty, tmg compiler-compiler and the first .
3rd EditionFeb 1973Introduced a C , pipes, crypt, kill, , size, speak, split, , and . Commands are split between /bin and /usr/bin, requiring a (/usr was the mount point for a second hard disk). Total number of installations was 16.
4th EditionNov 1973First version written in C. Also introduced , dump, file, , nice, , ps, sleep, sync, tr, wait, and (3). Included a interpreter. Number of installations was listed as "above 20". The manual was formatted with for the first time. Version described in Thompson and Ritchie's CACM paper, the first public exposition of the operating system.
5th EditionJun 1974for the PDP-11, running on ]] Licensed to selected educational institutions. Introduced col, dd, , eqn, find, lpr, , spell, tee, and the . Targeted the PDP-11/40 and other 11 models with 18 bit addresses. Installations "above 50".
6th EditionMay 1975for the PDP-11, running in ]] Includes bc, , , newgrp, (2), , , units, and wall. First version widely available outside of Bell Laboratories, licensed to commercial users, and to be ported to non-PDP hardware (Interdata 7/32). May 1977 saw the release of MINI-UNIX, a "cut down" v6 for the low-end PDP-11/10.
7th EditionJan 1979for the PDP-11, running in ]] Includes the , (2), (3), and pcc augmenting 's C compiler. Adds adb, at, , banner, , cu, diff3, , f77, factor, fortune, , join, lex, lint, look, m4, make, rev, , tabs, tail, tar, test, touch, true, false, , , . The ancestor of UNIX System III and the last release of Research Unix to see widespread external distributions. Merged most of the utilities of PWB/UNIX with an extensively modified kernel with almost 80% more lines of code than V6. Ported to PDP-11, Interdata 8/32 and (UNIX/32V). 32V was the basis for 3BSD.
8th EditionFeb 1985
A modified 4.1cBSD for the , with a System V shell and replaced by . Used internally, and only licensed for educational use. Adds , curses(3), , clear, , , , cut, , last, , netnews, seq, , tset, ul, vi, . The Blit graphics terminal became the primary user interface. Includes Lisp, Pascal and . Added a network file system that allowed accessing remote computers' files as /n/ hostname/ path, and a regular expression library that introduced an API later mimicked by 's reimplementation. First version with no assembly in the documentation.
9th EditionSep 1986Incorporated code from 4.3BSD; used internally. Featured a generalized version of the IPC mechanism introduced in V8. The mount system call was extended to connect a stream to a file, the other end of which could be connected to a (user-level) program. This mechanism was used to implement network connection code in user space. Other innovations include Sam. According to Dennis Ritchie, V9 and V10 were "conceptual": manuals existed, but no OS distributions "in complete and coherent form".
10th EditionOct 1989Last Research Unix. Although the manual was published outside of AT&T by Saunders College Publishing, there was no full distribution of the system itself. Novelties included graphics tools designed to work with , a C interpreter, animation programs, and several tools later found in Plan 9: the Mk build tool and the rc shell. V10 was also the basis for and James A. Reeds' multilevel-secure operating system IX.
Plan 91992Plan 9 was a successor operating system to Research Unix developed by Bell Laboratories Computing Science Research Center (CSRC).
Inferno1997Inferno is a descendant of Plan 9, and shares many design concepts and even source code in the kernel, particularly around devices and the Styx/9P2000 protocol. It shares with Plan 9 the Unix heritage from Bell Labs and the Unix philosophy.


Licensing
After the publication of the Lions' book, work was undertaken to release earlier versions of the . SCO first released the code under a limited educational license.

Later, in January 2002, Caldera International (later to become and made defunct) relicensed (but has not made available) several versions under the four-clause , up to and including Version 7 Unix (UNIX/32V). , there has been no widespread use of the code, but it can be used on emulator systems, and Version 5 Unix runs on the Game Boy Advance using the PDP-11 . Version 6 Unix provides the basis for the MIT xv6 teaching system, which is an update of that version to ANSI C and the x86 or RISC-V platform.

The BSD vi is based on code from the ed line editor in those early Unixes. Therefore, "traditional" vi could not be distributed freely, and various work-alikes (such as ) were created. Now that the original code is no longer encumbered, the "traditional" vi has been adapted for modern operating systems.

SCO Group, Inc. was previously called Caldera International. As a result of the SCO Group, Inc. v. Novell, Inc. case, Novell, Inc. was found not to have transferred the copyrights of UNIX to SCO Group, Inc. Concerns have been raised regarding the validity of the Caldera license.


The Unix Heritage Society
The Unix Heritage Society was founded by Warren Toomey. MP3 44:34 First edition Unix was restored to a usable state by a restoration team from the Unix Heritage Society in 2008. The restoration process started with paper listings of the source code which were in PDP-11 assembly language.


Legacy
In 2002, Caldera International released Caldera releases original unices under BSD license on slashdot.org (2002) Unix V1, V2, V3, V4, V5, V6, V7 on PDP-11 and Unix 32V on as FOSS under a permissive .

In 2017, The Unix Heritage Society and USA Inc., on behalf of itself and Bell Laboratories, released V8, V9, and V10 under the condition that only non-commercial use was allowed, and that they would not assert copyright claims against such use.


See also
  • History of Unix
  • List of Unix systems


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time